crypto/internal/bigmod.Nat.montgomeryMul (method)
12 uses
	crypto/internal/bigmod (current package)
		nat.go#L530: 	return x.montgomeryMul(x, m.rr, m)
		nat.go#L543: 	return x.montgomeryMul(x, one, m)
		nat.go#L551: func (x *Nat) montgomeryMul(a *Nat, b *Nat, m *Modulus) *Nat {
		nat.go#L696: 	return x.montgomeryMul(xR, y, m)                  // x = xR * y / R mod m
		nat.go#L717: 		table[i].montgomeryMul(table[i-1], table[0], m)
		nat.go#L728: 			out.montgomeryMul(out, out, m)
		nat.go#L729: 			out.montgomeryMul(out, out, m)
		nat.go#L730: 			out.montgomeryMul(out, out, m)
		nat.go#L731: 			out.montgomeryMul(out, out, m)
		nat.go#L740: 			tmp.montgomeryMul(out, tmp, m)
		nat.go#L764: 		out.montgomeryMul(out, out, m)
		nat.go#L766: 		tmp.montgomeryMul(out, xR, m)
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |